encoding/asn1.fieldParameters.stringType (field)
11 uses
encoding/asn1 (current package)
asn1.go#L800: } else if params.stringType != 0 {
asn1.go#L801: universalTag = params.stringType
common.go#L82: stringType int // the string tag to use when marshaling.
common.go#L111: ret.stringType = TagIA5String
common.go#L113: ret.stringType = TagPrintableString
common.go#L115: ret.stringType = TagNumericString
common.go#L117: ret.stringType = TagUTF8String
marshal.go#L564: switch params.stringType {
marshal.go#L633: if params.stringType != 0 && tag != TagPrintableString {
marshal.go#L639: if params.stringType == 0 {
marshal.go#L653: tag = params.stringType
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |